home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / libraries / fpdf / font / courier.php next >
PHP Script  |  2004-05-20  |  286b  |  9 lines

  1. <?php
  2. // vim: expandtab sw=4 ts=4 sts=4:
  3. for ($i=0;$i<=255;$i++)
  4.     $fpdf_charwidths['courier'][chr($i)]=600;
  5. $fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
  6. $fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
  7. $fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
  8. ?>
  9.